Nextcloud bot [Thu, 3 Apr 2025 03:02:53 +0000 (03:02 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 2 Apr 2025 03:03:16 +0000 (03:03 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 31 Mar 2025 03:06:33 +0000 (03:06 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 30 Mar 2025 03:03:35 +0000 (03:03 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 29 Mar 2025 03:04:25 +0000 (03:04 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 28 Mar 2025 03:04:28 +0000 (03:04 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Jyrki Gadinger [Thu, 27 Mar 2025 14:29:43 +0000 (15:29 +0100)]
Merge pull request #8089 from nextcloud/backport/8080/stable-3.16
[stable-3.16] gui/macOS: Fix memory issues in Objective-C++ code for FileProvider support
Claudio Cambra [Thu, 27 Mar 2025 12:07:37 +0000 (13:07 +0100)]
gui/macOS: Properly retain/release NSFileProviderManager(s)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 27 Mar 2025 10:45:13 +0000 (11:45 +0100)]
gui/macOS: Avoid need to retain/release things in file provider edit locally
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 16:53:42 +0000 (17:53 +0100)]
gui/macOS: Avoid crash from bad manager release
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:44:28 +0000 (13:44 +0100)]
gui/macOS: Avoid retain call on extensionNcAccount by allocing new string
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:44:03 +0000 (13:44 +0100)]
gui/macOS: Improve overall memory management in XPCUtils::getDomainManagers
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:35:41 +0000 (13:35 +0100)]
gui/macOS: Do not leak debug log string after use
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:34:59 +0000 (13:34 +0100)]
gui/macOS: Use explicit type in connections array arg
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:31:00 +0000 (13:31 +0100)]
gui/macOS: Correctly release objects received via FileProviderUtils functions
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:28:37 +0000 (13:28 +0100)]
gui/macOS: Properly wait for eviction result in materialised items model
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:26:38 +0000 (13:26 +0100)]
gui/macOS: Do not leak local url and error objects in edit locally job
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:25:34 +0000 (13:25 +0100)]
gui/macOS: Correctly retain/release manager and domain in sync status object
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:24:47 +0000 (13:24 +0100)]
gui/macOS: Constify some Obj-C pointers
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:24:05 +0000 (13:24 +0100)]
gui/macOS: Avoid unnecessary retain on alloced objects
Fixes leaks
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 12:21:30 +0000 (13:21 +0100)]
gui/macOS: Avoid leaking objc objects added to arrays and dicts
The array/dict will retain them
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Thu, 27 Mar 2025 03:04:40 +0000 (03:04 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Jyrki Gadinger [Wed, 26 Mar 2025 19:25:05 +0000 (20:25 +0100)]
Merge pull request #8085 from nextcloud/backport/8081/stable-3.16
[stable-3.16] set `CFBundleDevelopmentRegion` to `"en"` and set `CFBundleAllowMixedLocalizations`
Jyrki Gadinger [Wed, 26 Mar 2025 09:24:16 +0000 (10:24 +0100)]
set CFBundleDevelopmentRegion to "en" and set CFBundleAllowMixedLocalizations
according to [1] the value should be a ISO 639-1 code, so let's correct
it
`CFBundleAllowMixedLocalizations` is the most interesting one: with this
being set the reported QLocale will no longer be English as well
(this also bumps the version info to 2025 :D)
[1]: https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundledevelopmentregion
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Jyrki Gadinger [Wed, 26 Mar 2025 15:35:32 +0000 (16:35 +0100)]
Merge pull request #8082 from nextcloud/backport/8077/stable-3.16
[stable-3.16] gui/tray: change the status icon background colour again
Jyrki Gadinger [Wed, 26 Mar 2025 10:00:41 +0000 (11:00 +0100)]
gui/tray: change the status icon background colour again
As discussed, it's supposed to be the same colour as the header
background indeed...
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Claudio Cambra [Wed, 26 Mar 2025 12:53:26 +0000 (13:53 +0100)]
Merge pull request #8079 from nextcloud/backport/8076/stable-3.16
[stable-3.16] gui/macOS: Fix broken file provider domain progress reporting in settings window
Claudio Cambra [Wed, 26 Mar 2025 09:36:14 +0000 (10:36 +0100)]
gui/macOS: Correctly release download/upload progress observers
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Mar 2025 09:25:58 +0000 (10:25 +0100)]
gui/macOS: Ensure file provider domain progress instances are correctly retained
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Wed, 26 Mar 2025 03:03:21 +0000 (03:03 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Tue, 25 Mar 2025 11:13:19 +0000 (12:13 +0100)]
Merge pull request #8074 from nextcloud/backport/8053/stable-3.16
[stable-3.16] gui/macOS: Do not assume accountState will always be valid in socket controller
Claudio Cambra [Wed, 19 Mar 2025 17:57:10 +0000 (18:57 +0100)]
gui/macOS: Do not assume accountState will always be valid
When removing an account this can change
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 19 Mar 2025 17:53:56 +0000 (18:53 +0100)]
gui/macOS: Constify methods in file provider socket controller
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Tue, 25 Mar 2025 03:05:25 +0000 (03:05 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 24 Mar 2025 15:16:32 +0000 (16:16 +0100)]
Merge pull request #8069 from nextcloud/backport/8067/stable-3.16
[stable-3.16] use our own craft cache on windows
Matthieu Gallien [Mon, 24 Mar 2025 09:20:09 +0000 (10:20 +0100)]
use our own craft cache on windows
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 24 Mar 2025 13:40:22 +0000 (14:40 +0100)]
Merge pull request #8068 from nextcloud/backport/8066/stable-3.16
[stable-3.16] fix Windows build
Jyrki Gadinger [Mon, 24 Mar 2025 08:50:21 +0000 (09:50 +0100)]
fix Windows build
`cl` didn't quite like it:
```
error C2445: result type of conditional expression is ambiguous: types 'QByteArray' and 'const char [1]' can be converted to multiple common types
```
just changing the `auto` to `QByteArray` results in the same compile error
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Nextcloud bot [Mon, 24 Mar 2025 03:02:49 +0000 (03:02 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 22 Mar 2025 03:02:00 +0000 (03:02 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 21 Mar 2025 03:27:03 +0000 (03:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 20 Mar 2025 13:59:28 +0000 (14:59 +0100)]
Merge pull request #8057 from nextcloud/backport/8052/stable-3.16
[stable-3.16] use standard way to find the checkum type and really send it to server
Matthieu Gallien [Wed, 19 Mar 2025 14:13:56 +0000 (15:13 +0100)]
use standard way to find the checkum type and really send it to server
will fix missing checksum for bulk upload
will ensure consistent behavior between bulk upload, plain old upload
and chunked upload
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 20 Mar 2025 08:43:18 +0000 (09:43 +0100)]
Merge pull request #8055 from nextcloud/backport/8041/stable-3.16
[stable-3.16] Bugfix/input pin title too wide
Matthieu Gallien [Tue, 18 Mar 2025 10:46:36 +0000 (11:46 +0100)]
use a better and shorter title for input dialog for PIN code
we have to make sure the title is short and easy to understand
if it is too long, it will be truncated giving a bad experience for the
user
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Thu, 20 Mar 2025 03:06:46 +0000 (03:06 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 19 Mar 2025 13:11:58 +0000 (14:11 +0100)]
Merge pull request #8051 from nextcloud/backport/8050/stable-3.16
[stable-3.16] Bugfix/highlight too bright appimage
Matthieu Gallien [Wed, 19 Mar 2025 12:31:00 +0000 (13:31 +0100)]
try to force the highlight to not be too bright
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 19 Mar 2025 13:10:39 +0000 (14:10 +0100)]
Merge pull request #8049 from nextcloud/backport/8045/stable-3.16
[stable-3.16] explicitly set colours for header items
Jyrki Gadinger [Wed, 19 Mar 2025 10:25:09 +0000 (11:25 +0100)]
align status icon display with e.g. Talk more
- status icons have now a white background/border
- "Invisible"/"Offline" icons are now hidden
- UserModel.status property is now available in QML too when needed
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Jyrki Gadinger [Wed, 19 Mar 2025 10:24:39 +0000 (11:24 +0100)]
use colour from `Style` instead of palette for icons
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Jyrki Gadinger [Wed, 19 Mar 2025 09:31:47 +0000 (10:31 +0100)]
explicitly set colours for header items
the _Universal_ theme notably sets [`icon.color` on `Button`s][0] and
also the [`color` on `Label`s][1], ignoring what's set through the
`palette` property ...
[0]: https://github.com/qt/qtdeclarative/blob/
215619d71b69be02348e12dc2dfea087c3ec2abb/src/quickcontrols/universal/Button.qml#L23
[1]: https://github.com/qt/qtdeclarative/blob/
215619d71b69be02348e12dc2dfea087c3ec2abb/src/quickcontrols/universal/Label.qml#L12
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Wed, 19 Mar 2025 11:44:31 +0000 (12:44 +0100)]
override French translations to fix a display issue
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 19 Mar 2025 03:05:13 +0000 (03:05 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 18 Mar 2025 11:58:03 +0000 (12:58 +0100)]
prepare for release 3.16.2
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 18 Mar 2025 11:34:39 +0000 (12:34 +0100)]
Merge pull request #8042 from nextcloud/backport/8041/stable-3.16
[stable-3.16] Bugfix/input pin title too wide
Matthieu Gallien [Tue, 18 Mar 2025 10:43:25 +0000 (11:43 +0100)]
French title for input dialog for PIN is too wide
the whole title is not readable
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 18 Mar 2025 08:08:33 +0000 (09:08 +0100)]
Merge pull request #8037 from nextcloud/backport/8033/stable-3.16
[stable-3.16] gui: fix dark mode change on Windows 10 with universal style
Jyrki Gadinger [Mon, 17 Mar 2025 14:35:49 +0000 (15:35 +0100)]
gui: fix dark mode change on Windows 10 with universal style
The _Universal_ QML style has a theme that uses the colour scheme from
the system. This can be set by either configuring
`qtquickcontrols2.conf` or setting the environment variable
`QT_QUICK_CONTROLS_UNIVERSAL_THEME=System`.
Unfortunately, due to [QTBUG-128825], setting the theme in the
configuration file/environment variable results in the dark/light mode
setting only be set during startup, not during runtime. Not ideal, but
still better than not having a broken dark mode theme at all.
Fixes #7991
[QTBUG-128825]: https://bugreports.qt.io/browse/QTBUG-128825
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Fri, 14 Mar 2025 15:38:57 +0000 (16:38 +0100)]
Merge pull request #8028 from nextcloud/backport/8027/stable-3.16
[stable-3.16] gui/macOS: Avoid UB in edge cases where there is no matching accountstate for a domain
Claudio Cambra [Fri, 14 Mar 2025 13:10:18 +0000 (21:10 +0800)]
gui/macOS: Avoid UB in edge cases where there is no matching account state for a domain
Do not assume existence of an account for a given domain identifier --
users can modify the config in unexpected ways
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Fri, 14 Mar 2025 10:49:14 +0000 (11:49 +0100)]
Merge pull request #8025 from nextcloud/backport/8016/stable-3.16
[stable-3.16] remove gcc and clang build checks
Matthieu Gallien [Thu, 13 Mar 2025 11:29:17 +0000 (12:29 +0100)]
remove gcc and clang build checks
they are redondant apart from the end-to-end tests
those end-to-end tests were never reliable and regularly fail removing
the usefulness of running them
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 14 Mar 2025 10:35:27 +0000 (11:35 +0100)]
Merge pull request #7986 from nextcloud/backport/7930/stable-3.16
[stable-3.16] make version.cmake more readable
Rello [Wed, 26 Feb 2025 12:53:46 +0000 (13:53 +0100)]
make version.cmake more readable
* all changeable variables are now at the beginning
* double definitions cleaned
Signed-off-by: Rello <Rello@users.noreply.github.com>
Nextcloud bot [Fri, 14 Mar 2025 03:09:27 +0000 (03:09 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 13:43:45 +0000 (14:43 +0100)]
prepare for 3.16.1 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 11:35:37 +0000 (12:35 +0100)]
Merge pull request #8017 from nextcloud/backport/8012/stable-3.16
[stable-3.16] ensure user receiving an encrypted share maintain proper state
Matthieu Gallien [Thu, 13 Mar 2025 10:36:10 +0000 (11:36 +0100)]
ensure user receiving an encrypted share maintain proper state
will make sure the client internal database keeps proper encryption
information
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 11:34:56 +0000 (12:34 +0100)]
Merge pull request #8014 from nextcloud/backport/8009/stable-3.16
[stable-3.16] gui/macOS: Do not log account detail-related messages that were not sent on dead file provider socket
Claudio Cambra [Thu, 13 Mar 2025 03:57:35 +0000 (11:57 +0800)]
gui/macOS: Do not log account detail-related messages that were not sent on dead file provider socket
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 11:33:56 +0000 (12:33 +0100)]
Merge pull request #8015 from nextcloud/backport/7988/stable-3.16
[stable-3.16] Fix build when BUILD_WEBENGINE=OFF
Sandro Knauß [Sun, 9 Mar 2025 00:08:57 +0000 (01:08 +0100)]
Fix build without WebEngine=OFF.
Signed-off-by: Sandro Knauß <hefee@debian.org>
Matthieu Gallien [Thu, 13 Mar 2025 11:24:36 +0000 (12:24 +0100)]
Merge pull request #8002 from nextcloud/backport/7933/stable-3.16
[stable-3.16] Add option to disable virtual files syncing on Windows.
Camila Ayres [Wed, 26 Feb 2025 15:55:26 +0000 (16:55 +0100)]
Add option to disable virtual files syncing on Windows.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Matthieu Gallien [Thu, 13 Mar 2025 11:09:17 +0000 (12:09 +0100)]
Merge pull request #8013 from nextcloud/backport/7971/stable-3.16
[stable-3.16] display reshares in sharing dialog
Jyrki Gadinger [Wed, 5 Mar 2025 11:06:53 +0000 (12:06 +0100)]
display reshares in sharing dialog
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Thu, 13 Mar 2025 10:55:09 +0000 (11:55 +0100)]
Merge pull request #8011 from nextcloud/backport/7992/stable-3.16
[stable-3.16] gui/tray: Hide resume all menu item when no local sync folders are configured
Claudio Cambra [Tue, 11 Mar 2025 08:06:26 +0000 (16:06 +0800)]
gui/tray: Hide resume sync for all/pause sync for all menu item if there are no configured sync folders
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 11 Mar 2025 07:31:46 +0000 (15:31 +0800)]
gui: Expose if there are any configured sync folders in systray class to QML
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 10:29:32 +0000 (11:29 +0100)]
Merge pull request #8006 from nextcloud/bugfix/backport-7875
[stable-3.16] gui/wizard: Integrate macOS VFS (File Provider) configuration into account wizard
Claudio Cambra [Tue, 18 Feb 2025 07:44:55 +0000 (15:44 +0800)]
gui/wizard: Display macOS-specific VFS information where relevant in advanced setup page
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 04:07:58 +0000 (12:07 +0800)]
gui/wizard: Add orientation message for macOS VFS users using virtual files
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 04:04:02 +0000 (12:04 +0800)]
gui/wizard: When selecting VFS sync with macOS File Provider, do not set up local folder unexpectedly
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:29:45 +0000 (11:29 +0800)]
gui/wizard: Correctly handle vfs enablement state on account config finish when using macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:29:17 +0000 (11:29 +0800)]
gui/wizard: Do not check vfs path availability with macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:28:50 +0000 (11:28 +0800)]
gui/wizard: Present virtual files checkbox if using macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:26:53 +0000 (11:26 +0800)]
gui/wizard: When asking about virtual files, do not notify user if using macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:26:03 +0000 (11:26 +0800)]
gui/macOS: Do not automatically configure file provider domains for new accounts
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Thu, 13 Mar 2025 03:07:04 +0000 (03:07 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Thu, 13 Mar 2025 02:16:28 +0000 (10:16 +0800)]
Merge pull request #8008 from nextcloud/backport/7997/stable-3.16
[stable-3.16] Fix version detection by the Ubuntu/Debian build script
István Váradi [Tue, 11 Mar 2025 15:09:05 +0000 (16:09 +0100)]
Fix version detection by the Ubuntu/Debian build script
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Matthieu Gallien [Wed, 12 Mar 2025 14:13:06 +0000 (15:13 +0100)]
Merge pull request #8001 from nextcloud/backport/7977/stable-3.16
[stable-3.16] Bugfix/do not warn about invalid files in not synced folders
Matthieu Gallien [Thu, 6 Mar 2025 15:24:13 +0000 (16:24 +0100)]
avoid showing warnings for excluded files to not confuse users
if a file name is invalid, the files will be ignored
if a file is excluded because of selective sync, the file will be
ignored
if a file is ignored for those both reasons, avoid showing a very
visible warning to the user
will limit too many warnings and notifications being shown
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 6 Mar 2025 13:48:46 +0000 (14:48 +0100)]
ensure invalid file names are reported for files that are not ignored
we currently notify invalid file names for files that the sync engine
will not upload because they are ignored for other reasons (selective
sync for example)
let's first check if the file is ignored and only if the file would be
uploaded, we can check the file name validity
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 12 Mar 2025 13:30:47 +0000 (14:30 +0100)]
Merge pull request #8003 from nextcloud/backport/7987/stable-3.16
[stable-3.16] use our own Craft cache for macOS builds
Jyrki Gadinger [Fri, 7 Mar 2025 13:00:29 +0000 (14:00 +0100)]
use our own Craft cache for macOS builds
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Tue, 11 Mar 2025 10:56:50 +0000 (11:56 +0100)]
Merge pull request #7993 from nextcloud/backport/7989/stable-3.16
[stable-3.16] fix setups that use basic auth
Jyrki Gadinger [Mon, 10 Mar 2025 09:19:14 +0000 (10:19 +0100)]
fix setups that use basic auth
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Nextcloud bot [Tue, 11 Mar 2025 03:03:47 +0000 (03:03 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>